:root {
	--dm-ink: #1f2428;
	--dm-accent: #8b3d2c;
	--dm-rose: #f6e6dc;
	--dm-cream: #fff6f0;
	--dm-slate: #4b4f55;
	--dm-shadow: 0 28px 56px rgba(20, 12, 8, 0.22);
}

.direct-mail-page {
	padding: 110px 0 40px;
	position: relative;
	color: var(--dm-ink);
	overflow: visible;
	z-index: 1;
}

.direct-mail-page::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 15% 10%, rgba(7, 133, 135, 0.08), transparent 55%);
	pointer-events: none;
	z-index: 0;
}

.direct-mail-page::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background: #fff;
	pointer-events: none;
	z-index: 1;
}

.direct-mail-page.hpc-section--soft {
	background: linear-gradient(120deg, #f9f1e8 0%, #fff8ef 55%, #f3ebe2 100%);
}

.direct-mail-page.hpc-section--hero-tint {
	background: linear-gradient(130deg, #efe6dc 0%, #f9f2ea 55%, #f1e8df 100%);
}

body.direct-mail .hpc-subtitle {
	text-transform: uppercase;
	letter-spacing: 0.32em;
	font-size: 0.85rem;
	line-height: 1.2;
	color: #0b5f73;
	margin-bottom: 12px;
	display: block;
	opacity: 1 !important;
	visibility: visible !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body.direct-mail .hpc-title {
	font-family: "Prata", serif;
	font-size: clamp(2.2rem, 3.2vw, 3rem);
	margin-bottom: 16px;
	color: #111;
	line-height: 1.2;
	display: block;
	opacity: 1 !important;
	visibility: visible !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.direct-mail-page .hpc-story {
	margin-top: 46px;
	color: var(--dm-ink);
}

.direct-mail-page .dm-image-row {
	margin-top: -12px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.direct-mail-page .dm-image {
	display: block;
	box-shadow: none;
	filter: drop-shadow(0 34px 70px rgba(20, 12, 8, 0.36));
}

@media (max-width: 767px) {
	.direct-mail-page {
		padding: 80px 0 28px;
	}

	.direct-mail-page .container {
		padding-left: 28px;
		padding-right: 28px;
	}

	.direct-mail-page .dm-image-col {
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.direct-mail-page .dm-image-col img {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.direct-mail-page .dm-image {
		display: block;
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		transform: translateY(12px);
		filter: drop-shadow(0 34px 70px rgba(20, 12, 8, 0.36));
	}
}

@media (min-width: 768px) {
	.direct-mail-page .dm-image-col {
		text-align: left;
	}

	.direct-mail-page .dm-image {
		margin-left: 0;
		width: 50%;
		max-width: 560px;
		transform: translateY(20px);
		filter: drop-shadow(0 34px 70px rgba(20, 12, 8, 0.36));
	}
}

@media (max-width: 767px) {
	.direct-mail-page::after {
		height: 48px;
	}
}

@media (min-width: 768px) {
	.direct-mail-page::after {
		height: 90px;
	}
}

body.direct-mail footer,
body.direct-mail .ftco-footer,
body.direct-mail .ftco-section_footer {
	background: #fff;
}
